Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / GroupDataModel Class / Group Method / Group(SortInfo[]) Method
Sort information
Example


In This Topic
    Group(SortInfo[]) Method
    In This Topic
    Groups the rows with the specified sort information.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Group( _
       ByVal sortInfo() As SortInfo _
    ) 
    'Usage
     
    
    Dim instance As GroupDataModel
    Dim sortInfo() As SortInfo
     
    instance.Group(sortInfo)
    public void Group( 
       SortInfo[] sortInfo
    )

    Parameters

    sortInfo
    Sort information
    Example
    This example groups the data model.
    See Also